@charset "utf-8";
.banner,.header-m,.i-banner,footer,header,main{transition:all .5s;-webkit-transition:all .5s}
.header{position: relative;z-index:5;width:100%;}
.header nav ul li{position:relative;float:left;margin:0 14px}
.header .logo {
    line-height: 90px;
}
.header .rigs {
margin-right:175px;
}
.header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1)}
.header nav ul li:hover .sub-nav{visibility:visible;opacity:1;top:90px}
.header nav ul li:hover a{ color:#a93730;}
.header nav ul li a.layui-this-moren{ color:#a93730;}
.header nav ul li>a{position:relative;height:90px;line-height:90px;color:#333;font-size:15px;display: inline-block;}
.header nav ul li>a::after{position:absolute;content:'';left:0;bottom:0;width:100%;height:4px;background:#a93730;transform:scale(0,1);-webkit-transform:scale(0,1);transition:all .3s;-webkit-transition:all .3s}
.header nav ul li .sub-nav{visibility:hidden;opacity:0;z-index:1;top:120px;left:50%;padding:10px;width:150px;background:rgba(255,255,255,.9);transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .5s;-webkit-transition:all .5s}
.header nav ul li .sub-nav a{height:40px;line-height:40px;text-align:center;border-bottom:1px solid rgba(0,0,0,.1); color:#333;}
.header nav ul li .sub-nav a:last-child{border-bottom:none;}
.header nav ul li .sub-nav a:hover{color:#fff;background:#a93730}
.header .language{color:#333}
.header .language em{height:100px;line-height:100px;cursor:pointer;padding-right:15px}
.header .language em::after{position:absolute;content:'';top:50%;right:0;border-top:4px solid #333;border-left:4px solid transparent;border-right:4px solid transparent;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.header .language ul{z-index:1;width:100%;top:100px;left:50%;background:rgba(255,255,255,.5);transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header .language ul::after{position:absolute;content:'';left:50%;top:-6px;border-bottom:6px solid rgba(204,204,204,.9);border-left:6px solid transparent;border-right:6px solid transparent;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header .language ul li a{height:30px;line-height:30px;border-bottom:1px solid rgba(255,255,255,.2)}
.header .language ul li a:hover{text-decoration:underline; color:#e93f37;}
.header .sous{position: absolute;right:30px;top: 30px;}
.header .sous input {
    border: 1px solid #ededed;
    color: #999;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    width: 135px;
    border-radius: 50px;
    outline: none;
	font-size:12px;
}
.header .sous form {
display: inline-block;
}
.header .sous button {
    background: transparent;
    border: medium none;
    color: #999;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 1px;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    border-top-right-radius: 5px;
    outline: none;
    border-bottom-right-radius: 5px;
    transition: all 0.3s ease 0s;
}
.bei{ position:relative; height:750px;}
.fly-mid{display: inline-block; height: 15px; width: 1px; margin: 0 15px 0 0; vertical-align: middle; background-color: #e2e2e2;}
.i-banner{background:0 0; position:relative;text-align: center;}
.i-banner .sm-dn{height:100vh}
.i-banner .sm-dn .slick-list,.i-banner .sm-dn .slick-track{height:100%!important}
.i-banner .sm-dn .slick-slide{height:100%}
.i-banner .sm-dn .slick-slide a,.i-banner .sm-dn .slick-slide div{width:100%;height:100%}
.i-banner .slick-arrow{width:50px;height:50px}

.i-banner .slick-dots{bottom:3.5%}
.i-banner .slick-dots div{width:20px;height:20px;margin:0 .1rem;background:url(../images/btn_off.png) no-repeat center;transition:all .3s;-webkit-transition:all .3s}
.i-banner .slick-dots div.slick-active,.i-banner .slick-dots div:focus,.i-banner .slick-dots div:hover{background:url(../images/btn_on.png) no-repeat center}
.i-banner a{display:block;}
.i-banner .dn{display:none!important}
.index-nr{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}
.index-nr img{max-width: 100% !important;height: auto;}
.index-nr ul li{ position: absolute;bottom:30%;}
.index-nr ul li.an1{ position: absolute;left:30%;}
.index-nr ul li.an2{ position: absolute;left:45%;}
.index-nr ul li.an3{ position: absolute;left:60%;}
.index-nr ul li p{ font-size:30px; color:#fff; font-weight:bold; padding:5px 0 0 0;}
.index-nr ul li a{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.index-nr ul li a:hover{transform:translate(0,-10px);-webkit-transform:translate(0,-10px);-moz-transform:translate(0,-10px);-o-transform:translate(0,-10px);-ms-transform:translate(0,-10px);}
.index-nr ul li span{ font-size:18px; color:#fff;}
.layui-tab-content>.layui-tab-item>ul>li{
position:relative;

}
.layui-tab-content>.layui-tab-item>ul>li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
    -moz-box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
box-shadow: 0 26px 26px -24px rgba(0, 36, 100, .3);
}
.layui-tab-content>.layui-tab-item>ul>li:first-child:before{
display:none;
}
.layui-tab-content>.layui-tab-item>ul>li:before{
position:absolute;
top:30%;
    height: 200px;
    width:1px;
    content: '';
    background-color: #ccc;}
	.layui-tab-content ul li a{ display:block; text-align:center;}
.layui-tab-content ul li span{display:block;padding: 20px 0;}

.course-more {
    display: block;
    text-align: center;
	padding-bottom:40px;
}
.course-more a{

	background:#a93730;
    padding: 10px 48px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:16px;
	font-weight:bold;

}
.course-more a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}
.course-mores {
    display: block;
    text-align: left;
	padding-left:28px;
	padding-top:50px;
}
.course-mores a{

	background:#a93730;
    padding: 12px 43px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:14px;

}
.course-mores a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}

.course-moress {
    display: block;
    text-align: left;
	padding-top:40px;
}
.course-moress a{

	background:#a93730;
    padding: 12px 43px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius:50px;
    color: #fff;
	font-size:14px;

}
.course-moress a:hover{
    background: #e70012;
    color: #fff;
	box-shadow: #e70012 0px 0px 6px;
}
.lushanga .layui-col-md4{ width:30.5%;}
.lushanga .layui-col-md6{ width:49.5%;}
.lushanga .layui-col-md2{ width:20%;}
.lushanga{ margin:30px 0; }
.lushanga .lushanga-2 {background: url(../images/about_xian.png) top  left no-repeat, url(../images/about_xian.png) top  right no-repeat;}
.lushanga .lushanga-1 h2{ font-size:22px; color:#2a2949; margin-top:14px;font-weight: bold;}
.lushanga .lushanga-1 h2 a:hover{color:#a93730;}
.lushanga .lushanga-1 p{ font-size:14px; color:#7c7c7c; line-height:23px;  padding-top:20px; text-align:justify; width:96%;}
.lushanga-2-a  a:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.lushanga .lushanga-2 .layui-tab-title {
    border-bottom-width: 0;
}
.lushanga .lushanga-2 .layui-tab-title li {
    font-size: 16px;
	color:#828282;
	margin: 0 36px 0 14px;
	padding:0;
		
}
.lushanga .lushanga-2 .layui-tab-brief>.layui-tab-title .layui-this {
    color: #a93730;
}
.lushanga .lushanga-2 .layui-tab-brief>.layui-tab-title .layui-this:after {

    border-bottom: 4px solid #a93730;
}
.lushanga .lushanga-2 .lushanga-2-a img {
width:149px; height:102px;
    object-fit: cover;
}
.lushanga .lushanga-2{ position:relative;}
.fly-avatar {
    position: absolute;
    left: 5px;
}
.lushanga .lushanga-2 .wt {
width:149px; height:102px;
}
.lushanga .lushanga-2 .lushanga-2-a{ position:relative; margin-top:10px;}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b{ padding-left:177px;}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3{ font-size:18px; color:#333; padding:10px 0;}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 a{ display:block;}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 a:hover{ color:#a93730;}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b p{ font-size:14px; color:#888; line-height:26px; height: 58px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}

.lushanga .lushanga-2 .lushanga-2-a ul{ margin:20px 0 0 5px;}
.lushanga .lushanga-2 .lushanga-2-a ul li{ position:relative; margin:15px 0;}
.lushanga .lushanga-2 .lushanga-2-a ul li p{display:inline-block; position:absolute; right:0; font-size:14px; color:#939393;}
.lushanga .lushanga-2 .lushanga-2-a ul li a{ text-align:left; font-size:14px; color:#6a6a6a;}
.lushanga .lushanga-2 .lushanga-2-a ul li a:hover{color:#a93730;}
.lushanga .lushanga-3-a span{ display:inline-block;}

.lushanga .lushanga-3-a span h3{ font-size:42px; color:#2cb132;font-family: 'Bahnschrift'; }
.lushanga .lushanga-3-a span p{ font-size:14px; color:#666666;}
.lushanga .lushanga-3-a{}
.lushanga .ls-a{ padding-left:10px; margin-bottom: 15px;}
.lushanga .ls-b{ padding-left:15px;}


.lushanga .lushanga-3-a .ls-c{ margin-top:28px;padding-left:10px;}

.lushangb{ background:#f1ebe1; padding: 60px 0;}
.lushangb .wtm{padding:35px 0;}
.lushangb .sbox-7 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 45px 30px 50px 35px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 450ms ease-in-out;

}
.ix{display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.ix_2{padding-left: 15px;}
.lushangb .sbox-7 .sbox-7-txt{  position:relative;}
.lushangb .sbox-7 .lsb-1{background: url(../images/btn1.png) top  left no-repeat; width:68px; height:72px;position: absolute; left:0; right:0;}
.lushangb .sbox-7 .lsb-2{background: url(../images/btn2.png) top  left no-repeat; width:68px; height:72px;position: absolute; left:0; right:0;}
.lushangb .sbox-7 .lsb-3{background: url(../images/btn3.png) top  left no-repeat; width:72px; height:71px;position: absolute; left:0; right:0;}

.lushangb .sbox-7 .sp-7 h5{ font-size:20px; color:#333; padding-top:10px;}
.lushangb .sbox-7 .sp-7 span{ font-size:14px; color:#949494; padding:5px 0 0 0; display:block;}
.lushangb .sbox-7 .sp-7 p{ font-size:14px; color:#a7a7a7; line-height:24px; margin-top: 20px;    height:72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.lushangb .sbox-7:hover {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.index4{ margin:50px 0 50px 0;}
.center {
    text-align: center;
}

.slideBox {
	width: 100%;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -9999px;
	background: #666666;
}

.slideBox .bd .tp .name a  {
font-size:16px;
color:#333;
display: block;
}
.slideBox .bd .tp .name a:hover  {
color:#a93730;
}
.slideBox .bd .tp .name {
padding-top:15px;
text-align:left;


}
.slideBox .bd .tp .name p {
padding-top:8px;
text-align:left;
font-size:14px;
color:#666;
line-height:24px;

}
.slideBox .hd ul li.on {
	background: #e72b49;
	color: #fff;
}
.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	width: 33.3%;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
	position: relative;
	overflow: hidden;
}

.slideBox .bd li .tp {
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
}
.slideBox .bd li .tp a:hover img {
opacity: 0.9;
}
.slideBox .bd li .tp a {
display:block; position:relative;
}
.slideBox .bd li .tp .wma {
position:absolute;
top:25%;
left:25%;
text-align:left;
padding:0 20px;
}
.slideBox .bd li .tp .wma h4 {
font-size:18px;
color:#fff;
font-weight:bold;
padding-bottom:10px;
}
.slideBox .bd li .tp .wma span {
font-size:14px;
color:#f9f9f9;
}
.slideBox .prev {
	position: absolute;
	left: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/left.png) no-repeat left center;
}

.slideBox .next {
	position: absolute;
	right: -60px;
	top: 35%;
	width: 48px;
	height: 48px;
	background: url(../images/right.png) no-repeat right center;
}

.event .con{
	padding-top:1.2rem;
}
.event .icon1 {
	height:42px;

	background:url(../images/event_icon1.png) no-repeat center
}

.event .line {
	top:0;
	left:50%;
	width:1px;
	height:100%;
	background:#ccc
}
.event .item-bg {
	top:0;
	left:50%;
	width:30px;
	height:30px;
	background:url(../images/event_icon2.png) no-repeat center;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%)
}
.event li {
	z-index:1;
	margin-top:-0.2rem;
}
.event li:nth-child(odd) .con-l a {
float:right
}
.event li:nth-child(odd) .info::after {
left:-14px;
border-right:14px solid #fff
}
.event li:nth-child(odd) .con-r {
float:left;
text-align: right;
}
.event li:nth-child(odd) .info::after {
right:-14px;
border-left:14px solid #fff
}
.event .con-l,
.event .con-r {
padding:0 .5rem
}
.event .pic {
	max-width:337px;
	margin:0 auto
}
.event .info {
padding:0 .2rem;
	border-radius:10px
}
.event .info::after {
position:absolute;
content:'';
top:3px;
border-top:8px solid transparent;
border-bottom:8px solid transparent
}
.event h3 {
	font-size:32px;
	font-weight:bold;
}

.event .txt p{position: relative; margin-bottom: 10px;}

.tc {
    color: #b72901;
}
.hrsq-item {
  position: relative;
  display: block;
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.hrsq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CCC;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hrsq-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #a93730;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hrsq-item p {
  width: 80%;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
color: #333;
font-size: 18px;
}
.hrsq-item:hover::before {
  background-color: #a93730;
}
.hrsq-item:hover::after {
  width: 100%;
}
.hrsq-item:hover * {
  color: #a93730 !important;
}
.hr-item .date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size:16px;
}
.hr-item .date i {
  color: #999;
  margin-right: 10px;
  font-size:18px;
}

.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
    
    /* PC端隐藏小圆点 */
    @media screen and (max-width: 1024px) {
.slideBox .bd li .tp .wma{top:15%;}
.slideBox .prev{left:-44px;}
.slideBox .next{right:-44px;}
.slideBox .bd li .tp {
	width: 95%;
}
}
    /* 移动端隐藏箭头 */
    @media screen and (max-width: 768px) {
.slideBox {
	width: 100%;
	position: relative;
	padding-top: 10px;
}
.slideBox .prev {
	left: 1%;
top: 30%;
}
.slideBox .next {
	right: 1%;
	    top: 30%;
}
.hd {
	display: none;
}
.slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
	overflow:hidden;
}
.slideBox .bd li {
	width: 50%;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	float: left;
}
.slideBox .prev {
    left:1%;
    top: 40%;
}
.slideBox .next {
    right:1%;
    top: 40%;
}
.slideBox .prev {
    width: 30px;
    height: 30px;
    background: url(../images/xleft.png) no-repeat left center;
}
.slideBox .next {
    width: 30px;
    height: 30px;
    background: url(../images/xright.png) no-repeat left center;
}
}  
    /* 移动端隐藏箭头 */
    @media screen and (max-width: 767px) {
.slideBox .bd li {
	width: 100%;
}
.slideBox .bd li .tp {
	width: 100%;
}
.slideBox .prev {
    left:0;
    top: 40%;
}
.slideBox .next {
    right:0;
    top: 40%;
}
} 
#demo{width:100%;overflow:hidden; height:195px;}
#demo li{float:left;position:relative;width:411px;height:195px;overflow:hidden;cursor:pointer;}

#demo li:last-child{width:calc(100% - 1235px);}
#demo li img{ height:195px; max-width:inherit;}
@media (max-width:1680px) {
#demo li{width:331px;}
#demo li:last-child{width:calc(100% - 995px);}
}
@media (max-width:1660px) {
#demo li{width:325px;}
#demo li:last-child{width:calc(100% - 975px);}
}
@media (max-width:1440px) {
#demo li{width:251px;}
#demo li:last-child{width:calc(100% - 755px);}
}
@media (max-width:1366px) {
#demo li{width:227px;}
#demo li:last-child{width:calc(100% - 681px);}
}
@media (max-width:1200px) {
#demo li{width:171px;}
#demo li:last-child{width:calc(100% - 515px);}
}
@media (max-width:1024px) {
#demo li{width:113px;}
#demo li:last-child{width:calc(100% - 339px);}
}
@media (max-width:768px) {
#demo{width:100%;overflow:hidden; height: auto;}
#demo li{float:left;position:relative;width:25%;height: auto;overflow:hidden;cursor:pointer;}
#demo li:last-child{width:25%;}
#demo li img{ height: auto; max-width:inherit;}
}
@media (max-width:767px) {
#demo{width:100%;overflow:hidden; height: auto;}
#demo li{float:left;position:relative;width:100%;height: auto;overflow:hidden;cursor:pointer; padding-bottom:10px;}
#demo li:last-child{width:100%;}
#demo li img{ height: auto; max-width:100%;}
}
.labt-img {
    position: relative;
}

.limg {
    display: block;
    width: 100%;
}
.labt-img img{ width:100%;}
.ly-nr{background:#f7f7f7;}
.fly-panel-title{position: relative; height:70px;line-height: 70px;color:#666666;font-size: 15px; font-weight:bold;}
.fly-panel-title h3{color:#333;font-size: 20px; float:left;}
.fly-panel-main{padding: 10px 15px;}
.fly-filter a{padding: 0 5px; color: #666;}
.fly-filter a:hover{color: #a93730;}
.fly-panel-title .layui-hide-xs a:last-child {
    color: #e93f37;
}
.fly-filter .fly-mid{margin: 0 8px;}
.fly-filter-right{ margin:0 auto; text-align:right;display: block;}
.fly-filter-right p{padding: 0 15px;display: inline-block;}
.fly-filter-right a{color: #525252;font-size: 15px;  padding:0; position:relative; display: inline-block;}
.fly-filter-right  a.layui-this-moren{
color:#b72901;
}
.nybw{
font-size:24px;
color:#a93730;
font-weight:bold;	
}
.fly-filter-right  a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #a93730;
    position: absolute;
    top: 95%;
    left: 50%;
    transition: all .8s;
}

.fly-filter-right  a:hover:after{
   left: 0%;
   width: 100%;
}

.nyabout {
    padding: 60px  0;
    color: #666666;
    font-size: 15px;
    line-height: 32px;
	min-height: 300px;
}
.newsDetailCont p{
margin-bottom:20px;
}
.showcp p{
margin-bottom:10px;
}
.nyabout .nyabout-a img{
padding:0 0 20px 30px; float:right;

}
.n-wenhua .wenhua-a{display:inline-block; padding:0 0 0 20px; position:absolute; top:30px;}
.n-wenhua h3{ font-size:18px; color:#191919;}
.n-wenhua p{ font-size:15px; color:#666; line-height:24px;}
.n-wenhua ul li img{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.n-wenhua ul li img:hover{
	-webkit-transform:rotate(360deg) scale(1); 
	-moz-transform:rotate(360deg) scale(1);
	-ms-transform:rotate(360deg) scale(1);
	-o-transform:rotate(360deg) scale(1);
}
.pinpai h2{ color:#b72901; font-size:18px; font-weight:bold;line-height: 26px;padding: 25px 0 0 0;}
.pinpai h2 a{display: inline;}
.pinpai h2 a:hover{color:#b72901;}
.pinpai img:hover {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pinpai p{ color:#666; font-size:14px; line-height:24px; padding-top:16px;min-height: 64px;}
.pinpai span{ color:#666; font-size:16px;border-bottom: 1px solid #d5d5d5; line-height:50px; display:block;}
.courseList li {padding: 18px 0; border-bottom: 1px solid #cacaca;}
.courseList li .shij {float: left; width: 9%;}
.courseList li .pic {float: left; width: 21%;}
.courseList li .cont {float: right; width: 67.2%;}
.courseList li .shij span { width:74px; display:block; border-top:1px dashed #d2d2d2;border-bottom:1px dashed #d2d2d2; text-align:center;}
.courseList li .shij h5 { font-size:30px; color:#666666; font-weight:bold; padding-top:8px;}
.courseList li .shij p { font-size:16px; color:#666666;}
.courseList li .cont h3 {margin-top: 16px; margin-bottom: 6px; font-size: 18px; font-weight: 600; line-height: 34px;}
.courseList li .cont h3 a {color: #a93730;}
.courseList li .cont h3 a:hover {color: #a93730;}
.courseList li .cont p {color: #4c4c4c; line-height: 30px;}
.courseList li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.courseList li:hover p {color: #333;}

.newsList li {overflow: hidden;  margin-bottom: 10px;}
.newsList li .pic a{display: block;}
.newsList li .pic img {    height: 189px;object-fit: cover;}
.newsList li .cont {margin-top:30px;}
.newsList li .cont h3 {margin-top: 2px; line-height: 28px; font-size: 16px; font-weight: bold;}
.newsList li .cont h3 a {color: #333333;display: block;}
.newsList li .cont h4 {margin-top: 12px; line-height: 24px; color: #adadad;font-size:15px;}
.newsList li .cont p {color: #666; line-height: 28px; font-size:14px;isplay: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.newsList li .cont .line {height: 1px; margin: 16px 0 16px 0; background: #d5d5d5; width:50%;}
.newsList li .cont .more {/*opacity: 0; filter:alpha(opacity=0);*/ /*display: none;*/ margin-top: 12px; font-size:12px; float:right;}
.newsList li .cont .more a {display: block; height: 100%;color: #656565;}
.newsList li:hover .more a {color: #b72901;}
.newsList li:hover h3 a {color: #a93730;}
.newsList li:hover .shij h5,.newsList li:hover .shij p  {color: #a93730;}

.contRightH h2.contRightTit {font-size: 24px; color: #333; font-weight: 400;}
.newsDetailH {padding: 0 0 24px 0; text-align: center; border-bottom: 1px solid #e3e3e3;}
.newsDetailH h3 {margin-bottom: 22px; font-size: 24px;color:#333; font-weight:bold;}
.newsDetailH p {color: #666;}
.newsDetailH p span {}
.newsDetailH p span:first-child {margin-right: 50px;}
.newsDetailCont {margin-top: 40px;}
.picCenter {text-align: center;}
.picCenter img {width: auto; max-width: 100%;}
.newsDetailCont {font-size: 14px; color: #666;line-height: 32px;}
.newsDetailCont .pic {margin-bottom: 36px;}
.picCont {margin: 36px 0 36px 0;} 
.picList {margin-top: 36px;}
.picList li {float: left; width: 44%; margin-left: 12%;}
.picList li:first-child {margin-left: 0;}
.pageJump {margin-top: 25px; padding-top: 30px; border-top: 1px dashed #DCDCDC;}
.pageJump p {font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.pageJump p a {color: #666;}
.pageJump p a:hover {color: #a93730;}
.stuList {
    margin-top: 40px;
}
.stuList li {float: left; width: 31.33%; margin-right: 3%; margin-bottom: 18px; text-align: center;}
.stuList li:nth-child(3n) {margin-right: 0;}
.stuList li a {display: block;color: #4d4d4d;}
.stuList li .cont {padding: 15px 0 14px; }
.stuList li .cont h3 {font-size: 16px; line-height: 28px;}
.stuList li .cont p {line-height: 26px;}
.stuList li:hover a {color: #fff; background: #e93f37;}
.stuList li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pic {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.stuList li .cont {
    padding: 15px 0 14px;
}
.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stuLists {
    margin-top: 60px;
}
.stuLists li {float: left; width: 31.33%; margin-right: 3%; margin-bottom: 10px; text-align: center;}
.stuLists li:nth-child(3n) {margin-right: 0;}
.stuLists li a {display: block;color: #4d4d4d;}
.stuLists li .cont {padding: 15px 0 14px; }
.stuLists li .cont h3 {font-size: 16px; line-height: 28px;}
.stuLists li .cont p {line-height: 26px;}
.stuLists li:hover a {color: #fff;}
.stuLists li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pic {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.stuLists li .conts {
    position: relative;
    bottom: 50px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-lines {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*图片*/

.xinx {border-bottom: 1px dashed #dadada;display: inline-block;padding: 15px 0 5px 0; width:100%}
.xinx  img{ width:100%; height:200px;
    object-fit: cover;}
.xinx   a:hover img {
opacity: 0.9;
}
.xwls a{ display:block;}
.xwrs h1{ padding:10px 0 20px 0;}
.xwrs h1 a{ font-size:18px; color:#272727; line-height:30px; height:30px; font-weight:bold; }
.xwrs h1 a:hover{ color:#e60012;}
.xwrs p{ font-size:15px; color:#5f5f5f; line-height:26px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.xwrs b{ font-size:12px; color:#999; font-weight:normal;}
.xinx  span {width: 112px;height: 40px;margin-top: 30px;line-height: 40px;text-align: center; display:block; font-size:14px; color:#e60012;border: 1px solid #e60012; background:#fff;}

.xinx a:hover span{color:#fff;border:none; background:#e60012;}
.pic {width: 100%; overflow: hidden; font-size: 0;}
.pic img {width: 100%;	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;}

.nyhonor ul li {
    margin:5px 0;
}
.nyhonor ul li span {
width: 310px;
    height: 215px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
border: 1px solid #dddddd;
}
.nyhonor ul li p {
color:#666666;
font-size:14px;
text-align:center;
padding-top:24px;
}
.nyhonor ul li img {
padding:10px;
}

.nyzh{
margin:55px 0 50px 0;
}
.nyzh .nytou h2{
font-size:26px;
color:#000000;
padding:10px 0 15px 20px;

}

.layui-col-mdd{
width:94%;
display:block;
position:relative;
box-sizing: border-box;
border-bottom: 5px solid #2143f5;
}
.layui-col-mdds{
width:94%;
display:block;
position:relative;
box-sizing: border-box;
}
.sideNav a{display:block; height:50px; line-height:50px; position:relative; font-size:14px; color:#333; padding-left:20px; border-bottom:#eee solid 1px;font-weight: bold;}
.sideNav a em{display:block; background:url(../image/ico3.png) center no-repeat; width:8px; height:50px; position:absolute; top:0px; right:40px;}
.sideNav a:hover, .sideNav dd a.on{color:#fff; background:#e93f37;}
.sideNav ul li dl dd a:hover, .sideNav dd a.on{color:#cd920a; background:#fff5df;}
.sideNav a:hover em, .sideNav dd a.on em, .sideNav a.on2 em{background:url(../image/ico3on1.png) center no-repeat;}
.sideNav a.on{background:#ca9c2d; color:#FFF;}
.sideNav a.on em{background:url(../image/ico8.png) center no-repeat;}
.sideNav a.on2{color:#fff; background:#e93f37;}
.sideNav a.on2 em{
background: url(../image/ico3on.png) center no-repeat;
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
}
.sideNav ul li dd a em {
    display: block;
    background:none;
    width: 8px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 40px;
}
.sideNav dl{display:none;border-bottom: #eee solid 1px;}
.sideNav dd a{padding-left:20px; color:#666; font-size:14px; font-weight:normal;border-bottom: none; line-height:36px; height:36px;}

.qyzx img{width:100%;height:200px;}
.qyzx img:hover{opacity: 0.9;}
.qyzx ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
	margin-bottom:-30px;
}
.qyzx ul li p{ position: relative;bottom: 50px;width: 100%; height:50px; line-height:50px; text-align:center; background-color:rgba(0,0,0,.5); color:#fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.qyzx ul li a:hover p{display: block;}
.chanpinny .cpbiaoti{color:#000; font-size:24px; padding:0 0 30px 0; text-align:center;}
.chanpinny .cpimg{text-align:center;}
.chanpinny .cpimg img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx img{max-width: 100% !important;height: auto;}
.chanpinny .cpnrxx { padding:60px 0 160px 0;}
.chanpinny .cpnrxx .xiangqing{ border-bottom:1px solid #e93f37;}
.chanpinny .cpnrxx .xiangqing h3{ background:#e93f37; color:#FFFFFF; font-size:16px;  width:136px; height:40px; line-height:40px; text-align:center;border-radius:5px 5px 0 0;}
.chanpinny .cpnrxx .nrxiangqing{ font-size:14px; color:#666666; line-height:32px; padding-top:30px;}
.chanpinny .cpnrxx .nrxiangqing table{text-align:center; margin:0 auto;border-collapse:collapse;}

.cpfl .cpflbt{ background:#e5e5e5;}
.cpfl .cpflbt .cpflbj{ background:#a93730; width:190px;display: inline-block;}
.cpfl .cpflbt .cpflbj h2{font-size:24px; color:#fff; padding:9px 0 9px 24px; font-weight:bold;}
.cpfl .cpflbt  span{font-size:14px; color:#666; float:right; line-height:50px; padding-right:20px;}
.cpfl .cpflbt  span a:hover{ color:#a93730;}

.cpfl .zycp  h3{ color:#333; font-size:18px; padding-top:15px; text-align:center;}
.cpfl .zycp  a{ display:block;}
.cpfl .zycp  a:hover h3{color:#a93730;}
.cpfl .zycp ul li{
position:relative;
overflow:hidden;
 
}
.cpfl .zycp ul li .pic {
  position: relative;
  overflow: hidden;
}
.cpfl .zycp ul li .pic .zhe_a {
    background: url(../images/zhe_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
.vcenter {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

.cpfl .zycp ul li a:hover .pic .zhe_a {
  display: block;
}
.cpfl .zycp ul li a:hover .pic .zhe_a img {
width: auto;
}
.layui-colla-item{ padding-bottom:10px;}
.layui-collapse {
    border-width:0;
    border-style: none;
    border-radius: 2px;
}
#container1 img {
    max-width: none !important;
    height: auto;
}
.lix{ padding: 20px 0 0 0;}
.lix ul li h2{ color:#333333; font-size:18px; font-weight:bold; padding-bottom:10px;}
.lix ul li p{ color:#666; font-size:15px; line-height:28px;}
.lix ul li span{ padding-top:40px; display:block;}
.tx-wbs{ padding:0 0 90px;}
.tx-wbs p{ float:left; width:32%; height:48px; margin-right:2%; padding-left:100px; border:1px solid #ebebeb; position:relative;}
.tx-wbs p span{ display:block; width:100px; text-align:right; position:absolute; left:0; top:0; line-height:46px;}
.tx-wbs p input{ height:46px; padding:10px 5px; width:100%; border:none;}
.tx-wbs div{ margin-top:20px;}
.tx-wbs textarea{ width:100%; height:300px; padding:10px; border:1px solid #ebebeb; color:#999;}
.tx-wbs .ancit input{ width:125px; height:50px; color:#fff; background:#b16707; border:none; margin-right:12px; cursor:pointer; font-size:16px;}
.tx-wbs .ancit input:hover{box-shadow: #e70012 0px 0px 6px;}
.post-on{ padding-bottom:15px; line-height:25px; color:#666;}
.post-on span{ color:#023a8a;}
.nyww h2{ font-size:24px; color:#191919; line-height:36px; padding-bottom:30px;}
.nyww .nyee{ padding-top:30px;}
.nyww .nyee h3{ font-size:16px; font-weight:bold; color:#333; display: inline-block;}
.nyww .nyee p{ font-size:16px;color:#666666; text-align:justify;display: inline-block;}
.nyww .nyees h3{ font-size:16px; font-weight:bold; color:#333;padding-top:30px; }

.fly-list2 li {
	position: relative;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed #dadada;
}
.fly-list2 li:first-child {
	padding: 0 0 30px 0;

}

.fly-list2 li h2 {
	
}

.fly-list2 li h2 a {
	display: inline-block;
	font-size: 20px;
	color:#333333;
	font-weight:bold;
}
.fly-list2 li a:hover {
	color:#a93730;
}

.fly-list2 li p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding:13px 0;
}
.fly-list2 li span {
	font-size: 14px;
	color: #ff0000;
}
.fly-list2 li time {
	font-size: 16px;
	color: #666;
}
.job-a{text-align:center; margin-bottom:50px;}
.job-a h3{ font-size:18px; color:#333333; font-weight:bold;}
.job-a p{font-size:16px; color:#333333; padding-top:10px;}
.homevideo img:hover{opacity: 0.8;}
.videor {
    float: right;
}
.videol {
    float: left;
}
.homevideo .wanye {
    padding: 30px;
}
.homevideo h3 {
	font-size: 16px;
	color:#333;
}
.homevideo p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
	padding:30px 0 0 0;
	text-align:justify;

}

.timer-shaft-box{width:100%;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 80px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px;text-align: center;font-size:18px;color:#fff;border-radius: 50%;background: #656565;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:80px;height:80px;line-height: 80px;font-size:24px;background: #b62803;}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:20px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../images/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-left:18px;font-size:24px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top:30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;border-right:1px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-6.5px;background: url(../images/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{display:inline-block;padding-left:71px;line-height:2;font-size:14px;color:#666;}
.incident-record a{font-size:14px;color:#1d69a3;}

.join-list .top .con-l{width:230px}
.join-list .top .con-r{padding-left:4.5%;width:calc(100% - 230px);line-height:36px}
.join-list .head{width:calc(100% - 45px);color:#666}
.join-list .head .box{width:20%}
.join-list h2{font-size:36px}
.join-list li{margin-bottom:12px;BACKGROUND: #e3e3e3;border-radius: 20px;}
.join-list li.cur .btn{background:url(../images/join_icon2.png) no-repeat left center}
.join-list li.cur .con{color:#fff;background:#a93730;}
.join-list .heads{cursor:pointer;}
.join-list .btn{position:relative;width:45px;height:54px;background:url(../images/join_icon1.png) no-repeat left center;cursor:pointer}
.join-list .con{width:100%;color:#333;font-size:18px;border-radius: 20px;}
.join-list .con .box{width:100%;height:50px;line-height:50px;text-align:left; padding-left:30px;}
.join-list .info{display:none;width:100%;;line-height:35px;padding:.2rem 2%; background:#e3e3e3;border-radius: 20px; font-size:15px; color:#333;}
.quanwz {
display: inline-block;
}
.quanwz span {
    border: 1px solid #e5e0e0;
}
.rimg {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.rimg img {
    max-width: 100%;
}
.ltct{ padding-bottom:55px;}
.dtct{ padding-bottom:55px;}
.dtct img{ max-width:inherit;}
.nyabout .ltct h3{font-size:26px;color:#a93730; line-height:50px; padding-bottom:20px;}


/* 组图开始 小图部分 */
.thumbpic .ltp{float:left;width:58px;heght:86px;margin:10px 35px 0 0;}
.thumbpic span{height:20px;float:left;cursor:pointer; line-height:20px;width:80px;}
.thumbpic .rtp{float:left;width:58px;heght:86px;margin:10px 0 0 15px;}
#piclist{width:calc(100% - 55px);float:left;overflow:hidden;height:73px;position:relative;}
#piclist ul{margin:0;padding:0;list-style:none;overflow:hidden;width:20000px;position:relative;}
#piclist ul li{float:left;cursor:pointer;position:relative;height:86px;}
#piclist ul li img{height:73px;width:73px;margin:0 5px;}
#piclist .hover img{border: 3px solid #b72901; }

.thumbpic a.bntprev{float:left;width:20px;height:73px;display:block;outline:none;border:1px solid #b72901; margin-right:5px; line-height:73px; color:#b72901;}
.thumbpic a.bntprev:hover{ background:#b72901;color:#fff;}
.thumbpic a.bntnext{float:left;width:20px;width:20px;height:73px;display:block;outline:none;border:1px solid #b72901; margin-left:5px; line-height:73px; color:#b72901;}
.thumbpic a.bntnext:hover{ background:#b72901;color:#fff;}
#originalpic{position:relative;overflow:hidden;zoom:1;height:100%;clear:both;text-align:center;}
#originalpic img{display:none;position:relative;}
#aPrev{position:absolute;z-index:10;left:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
#aNext{position:absolute;z-index:10;right:0;top:0;display:block;width:50%;height:100%;background:url(../images/blank.gif);}
.cpright{ margin:30px 10px 30px 10px }
.cpright h2{ color:#333333; font-size:24px; font-weight:bold; line-height:24px; padding-top:20px;}
.cpright .showcp{ color:#666666; font-size:15px; line-height:30px; padding-top:40px; text-align:justify;}
.zhaopin {
	width:100%;
	height:auto;
}
.zhaopin table th {
	height: 45px;
	background:#00a1f2;
	line-height:45px;
	font-size:14px;
	color:#fff;
}
.zhaopin table td {
	height: 45px;
	line-height:28px;
	border-top:2px solid #FFF;
	text-align:center;
	font-size:14px;
	width: 25%;
	padding:10px 0;

}
.zhaopin table tr.detailed {
	background:#f1f1f1;
	color:#333;
	cursor:pointer;
}
.zhaopin table tr.wtw{
	background:#eaeaea;

}

table tr.detailBox {
	display: none;
	height:auto;
	padding: 20px;
}
table tr.detailBox td {
	padding: 20px;
	font-weight:normal;
	line-height:30px;
	background:#ffffff;
	border-top:0;
	text-align:left;
}
.zhaopin table tr.yanse {
	background:#ed1b24;
	color: #fff;
}
.zwzp img { float:right;}
.zplx{ margin-top:60px;}
.zplx span{ font-size:16px; font-weight:bold; color:#b72901; padding-right:50px;}
/*footer*/
footer {width:100%; background:#10161c;}
.foot{padding:40px 0 40px 0;}


.foot .foot-c{font-size:14px; color:#777c82; }
.foot .foot-c p{ line-height:30px; }
.foot .foot-copy{ text-align:right;}
.foot .foot-copy a{line-height:30px;}
.foot .foot-c a:hover{color:#fff;}
.ewmx_2  img{width:120px;}
.fxx2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   justify-content: space-between;
}
.ewmx_2 p{padding-left:20px; width:120px;}
.ewmx_2 p span{text-align: center;display: block;}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pager{text-align: center; margin-top:30px;}
.pager a{
    display: inline-block;width: 27px;line-height: 27px;
    border: 1px solid #f2f2f2;font-size: 12px;color:#666;margin: 0 5px;
}
.pager a:hover,.pager a.act{background:#a93730;color:#fff;border-color:#a93730;}
@-webkit-keyframes animation_icon{
0%{opacity:0;transform:translateY(-50%)}
100%{transform:none}
}
@keyframes animation_icon{
0%{opacity:0;-webkit-transform:translateY(-50%)}
100%{opacity:1;-webkit-transform:none}
}

@media (max-width: 1680px) {
.bei{height:640px;}	
}

@media (max-width: 1440px) {
.bei{height:640px;}

}
@media (max-width: 1366px) {
.index2 .ship {
    margin-right: -10px;
}
.indexa .a-about .a-about-2 {
margin:0;
}
.newsList li .cont {
    margin-top: 10px;
}
.zplx span {
    padding-right: 20px;
}
}

@media (max-width: 1365px) {
.lushanga .layui-col-md4{ width:30.5%;}
.lushanga .layui-col-md6{ width:45.5%;}
.lushanga .layui-col-md2{ width:24%;}
.header .logo img {
    height: 45px;
}
}

@media (max-width: 1280px) {
.courseList li .cont p {
    max-height: 90px;
    overflow: hidden;
}
.bei{height:250px;}
}
@media (max-width: 1200px) {
.indexc .c-xw .c-xw3 img{ height:426px; }
.index2 .ship {
   padding-top: 170px;
    margin-right: -26px;
}

.index2 .gongsj h2 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
.header .logo img{
    height: 45px;
}
.header nav ul li {
    margin: 0 12px;
}
.newsList li .cont {
    margin-top: 0;
}	
}
@media (max-width: 1199px) {
.header .rigs {
    margin-right:0;
}
.header .sous {
display:none;
}
}	
@media (min-width:769px) and (max-width:1024px){
.lushanga .lushanga-2 .lushanga-2-a ul li p {
display:none;
}
}
@media (max-width:1024px){
 .DB_tab25{ display:none;}
.xwrs h1 {
padding: 5px 0 5px 0;
}
.xinx img {
    height: 150px;
}
.newsList li .pic img {
    height: 138px;
}
.xwrs p {
    font-size: 14px;
    line-height: 24px;
}
.xinx span {
    margin-top: 10px;
}
.lushanga .lushanga-3-a {
margin-top:0;
}
.lushanga .ls-b {
margin-top:10px;
}
.lushanga .lushanga-3-b {
    margin-top: 10px;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 {

    padding: 0 0 10px 0;
}
.lushanga-2-a .lushanga-2-b p {
    font-size: 14px;
    color: #888;
    line-height: 26px;
} {
    line-height: 22px;
}
.indexc .c-xw .c-xw3 img{ height:452px; }

.header .rigs {
    margin-right:0;
}
.header .sous {
display:none;
}
.header nav ul li>a {
    font-size: 16px;
}	
html.active{height:100%;overflow:hidden}
html.active body{height:100%;overflow:hidden}
html.active .header-m{left:260px}
html.active .header-m::after{display:block}
html.active .header-m .m-menu-b::after,html.active .header-m .m-menu-b::before{background:#000}
html.active .header-m .m-menu-b::before{transform:translateY(0) rotate(225deg);-webkit-transform:translateY(0) rotate(225deg)}
html.active .header-m .m-menu-b::after{transform:translateY(0) rotate(-225deg);-webkit-transform:translateY(0) rotate(-225deg)}
html.active .header-m .m-menu{display:block;left:0}
html.active .banner,html.active .i-banner,html.active footer,html.active main{transform:translateX(260px);-webkit-transform:translateX(260px)}
.index-nr ul li{ position: absolute;bottom:43%;}
.index-nr ul li.an1{ position: absolute;left:20%;}
.index-nr ul li.an2{ position: absolute;left:45%;}
.index-nr ul li.an3{ position: absolute;left:70%;}


.fly-filter-right p {
    padding: 0 12px;
}
.nyabout {
    padding: 40px 0;

}

.nyabout .nywe{
background:url(../images/about_bg.png) right no-repeat;
width: 100%;
    height: 100%;
    background-size: auto 100%;
}
.nyww .nyee {
    padding-top: 15px;
}
.nyww .nyee p {
	line-height:22px;
}
.indexa .a-about .a-about-2 p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}
.indexa .a-about-3s {
    padding: 22px 22px 22px 100px;
}
.nyabout .ltct h3 {
  padding-bottom:0;
}

.bei{height:250px;}
}

@media (max-width:1023px){

}
@media (max-width: 992px) {
.header .logo img{
    height: 40px;
}
.header nav ul li {
    margin: 0 5px;
}	
.header nav ul li>a {
    font-size: 14px;
}

}	

@media (max-width:768px){

body{padding-top:70px}
.header-m{display:block!important;z-index:999;position:fixed;left:0;top:0;width:100%;height:70px;background:#fff;box-shadow:1px 1px 10px rgba(0,0,0,.1)}
.header-m::after{display:none;position:fixed;content:'';top:70px;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}
.header-m .logo{position:absolute;left:50%;line-height:70px;transform:translateX(-50%);-webkit-transform:translateX(-50%)}
.header-m .logo img{max-height:40px; max-width:none;}
.header-m .m-menu-b{display:block;position:absolute;top:0;left:0;width:60px;height:70px;cursor:pointer}
.header-m .m-menu-b::after,.header-m .m-menu-b::before{position:absolute;top:50%;left:calc(35px / 2);content:'';width:25px;height:1px;z-index:9999;transition:all .3s ease-out .3s;-webkit-transition:all .3s ease-out .3s;background:#222}
.header-m .m-menu-b::before{transform:translateY(-4px) rotate(0);-webkit-transform:translateY(-4px) rotate(0)}
.header-m .m-menu-b::after{transform:translateY(4px) rotate(0);-webkit-transform:translateY(4px) rotate(0)}
.header-m .m-menu{display:none;z-index:888;position:fixed;width:100%;width:260px;height:100%;top:0;left:-260px;opacity:1;background:#fafafa;text-align:left;padding-top:70px}
.header-m .m-menu::after{position:absolute;top:70px;content:'';width:100%;height:1px;background:#ebebeb}
.header-m .nav{height:100%;overflow-x:hidden;overflow-y:auto}
.header-m .nav>li{border-bottom:1px solid #ebebeb;animation:resize .5s both;-webkit-animation:resize .5s both}
.header-m .nav>li>a{position:relative;display:block;width:100%;font-size:15px;padding:0 40px;color:#666;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;overflow:hidden;height:50px;line-height:50px}
.header-m .nav>li>a::after{position:absolute;left:20px;top:50%;margin-top:-5px;content:'';width:8px;height:8px;border:1px solid #999;border-radius:50%;background:0 0;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav{display:none}
.header-m .nav>li .sub-nav a{position:relative;display:block;line-height:24px;padding:12px 40px;background:#f2f2f2;color:#4e4e4e}
.header-m .nav>li .sub-nav a::after,.header-m .nav>li .sub-nav a::before{position:absolute;content:'';width:0;height:0;left:20px;top:20px;border:5px solid transparent;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}
.header-m .nav>li .sub-nav a::before{left:21px;border-left:5px solid #555}
.header-m .nav>li .sub-nav a::after{border-left:5px #ebebeb solid}
.header-m .nav>li.cur{position:relative}
.header-m .nav>li.cur::after,.header-m .nav>li.cur::before{position:absolute;content:'';background:#999;transition:all .5s;-webkit-transition:all .5s}
.header-m .nav>li.cur::before{top:19px;right:25px;width:2px;height:12px}
.header-m .nav>li.cur::after{top:24px;right:20px;width:12px;height:2px}
.header-m .nav>li.active::after{background:#fff}
.header-m .nav>li.active::before{height:0}
.header-m .nav>li.active>a{color:#fff;background:#a93730;}
.header-m .nav>li.active>a::after{background:#fff;border-color:#fff}
.header-m .nav>li.active .sub-nav li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.header-m .m-language{position:absolute;left:0;top:0;width:100%;text-align:center}
.header-m .m-language a{color:#666;height:70px;line-height:70px;font-size:16px;animation:slideInUp 1.5s both;-webkit-animation:slideInUp 1.5s both; padding:0 10px;}
.header{display:none}
.stuList {margin-top: 25px;}
	.stuList li {width: 49%; margin-right: 2%;}
	.stuList li:nth-child(3n) {margin-right: 2%;}
	.stuList li:nth-child(2n) {margin-right: 0;}
	.stuList li .cont h3 {font-size: 14px; line-height: 20px;}
	.stuList li .cont p {font-size: 12px; line-height: 18px;}
	.stuList li .cont {padding: 8px 0 8px;}
	
	.stuLists li {width: 49%; margin-right: 2%;}
	.stuLists li:nth-child(3n) {margin-right: 2%;}
	.stuLists li:nth-child(2n) {margin-right: 0;}
	.stuLists li .conts h3 {font-size: 14px;}
	.stuLists li .conts p {font-size: 12px; line-height: 18px;}


.main-ms{display:block;position:relative;z-index:555;cursor:pointer}
.main-ms .title{position:relative;height:45px;line-height:45px;padding:0 10px;background:#e93f37;}
.main-ms .title strong{color:#fff;font-size:16px;font-weight:700}
.main-ms .title i{position:absolute;content:'';width:45px;height:100%;right:0}
.main-ms .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;content:'';width:12px;height:1px;background:#fff;transition:all .3s;-webkit-transition:all .3s}
.main-ms .title i::before{left:46%;transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-ms .title i::after{right:46%;transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-ms .title.active i::before{transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-ms .title.active i::after{transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-ms ul{display:none;position:absolute;top:45px;width:100%;padding:0 10px;background:rgba(233,63,55,.8);color:#fff}
.main-ms ul li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.main-ms ul li a{display:block;height:45px;line-height:45px;border-bottom:1px solid rgba(255,255,255,.55); color:#fff;}
.stuLists {
    margin-top: 0;
}
.ltct{ padding-bottom:30px;}
.dtct{ padding-bottom:30px;}

.dm{ width:100%;padding: 0;}
.layui-tab-card>.layui-tab-title li:first-child {
    border-left:none;
}
.layui-tab-card>.layui-tab-title li:last-child {
    border-right:none;
}
.layui-tab-content {
	padding: 40px 0;
}
.indexc .c-xw3{ display:none;}

.course-mores {
    padding-left: 20px;
    padding-top: 20px;
}

.nyabout .nywe .nywelf {
    width: 100%;
    text-align: justify;
}
.nyabout .nywe {
background:none;
}
	.courseList li .pic {min-width: 106px;}
	.courseList li .cont {max-width: calc(100% - 116px);}
	.courseList li .cont h3 {margin: 3px 0; font-size: 15px; line-height: 20px;}
	.courseList li .cont p {font-size: 12px; line-height: 20px; max-height: 40px;}
	.courseList li {padding: 12px 0;}
		.newsList li {margin-bottom: 0;}
	.newsList li .cont h3 {font-size: 14px; margin-top: 3px; margin-bottom: 0; line-height: 18px;}
	.newsList li .cont h4 {font-size: 13px; line-height: 14px; margin: 0;}
	.newsList li .cont p {line-height: 22px;}

	.newsList li .cont .line,
	.newsList li:hover .cont .line {margin: 4px 0 2px 0;}
	.nyww .nyee {
    padding-top: 25px;
}
.newsList li .cont .more {
    margin-top: 5px;
}
.nyww .nyee p {
	line-height:26px;
}
.indexa .a-about .a-about-2 p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 14px;
}
.indexa .a-about-3s {
    padding: 22px 22px 22px 22px;
}
.indexa {
    margin: 30px 0 30px 0;
}
.foot-ewm{ display:none;}
.foot .foot-copy{text-align:center;}
.fly-filter-right a {
    font-size: 14px;
}
.fly-filter-right p {
    padding: 0 10px;
}
.homevideo .wanye {
    padding: 30px 0;
}
.job-a {
margin-bottom: 20px;
}
.nyabout .nyabout-a img{
padding:0 0 20px 0;
width:100%;
}
.lushanga .lushanga-2 {
    background: none;
}
.lushanga .layui-col-md4{ width:100%;}
.lushanga .layui-col-md6{ width:100%;}
.lushanga .layui-col-md2{ width:100%;}

.layui-tab-content {
    padding: 20px 0 0 0; 
}
.lushanga .lushanga-3-a .ls-a{ width:30%;padding-left:0;}
.lushanga .lushanga-3-a .ls-b{ width:30%;padding-left:0;}
.lushanga .lushanga-3-a .ls-c{ width:30%;padding-left:0;}

.foot .foot-links{ display:none;}
.foot {
    padding: 15px 0 15px 0;
}
.courseList li .shij {
display:none;
}
.courseList li .cont {
    width: 75%;
}
.cpfl .zycp h3 {
    font-size: 14px;
	padding-top: 5px;
}
.cpright {
    margin: 0;
}
.cpright .showcp {
    padding-top: 20px;
}
.cpright h2 {
    padding-top: 10px;
}
.zwzp img {
    float:none;
	display:block;
    margin: 0 auto;
	padding-top:30px;
}
.zplx {
    margin-top: 30px;
}
.bei{height:250px;}
.newsList li .pic img {
    height: 112px;
    object-fit: cover;
}
.newsDetailCont img{max-width: 100%!important; height: auto!important; width: auto!important;}
}
@media (max-width:767px){
.zplx span {
width:100%;
display:block;
}
.newsList li .pic img {
    height: 82px;
    object-fit: cover;
}
.zhaopin table td {
    font-size: 12px;
}
.zwwy .layui-col-space30>*{ padding:0;}
#piclist ul li img{width:75px;}
.xinx span {
    margin-top: 20px;
}
.newsList li .cont .more {
display: none;
}
.line-scale {
    width: 60px;
}
.lushanga .lushanga-2 .layui-tab-title li {
    margin: 0 40px 0 0;
}
.lushanga .lushanga-3-a .ls-a{ width:45%;margin-top:0;}
.lushanga .lushanga-3-a .ls-b{ width:45%;margin-top:0;}
.lushanga .lushanga-3-a .ls-c{ width:100%;margin-top:20px;}

.lushanga .lushanga-2 .lushanga-2-a ul li p {
display:none;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b p {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}
.lushanga .lushanga-2 .lushanga-2-a .lushanga-2-b h3 {
    font-size: 14px;
}
.indexb {
    margin: 40px 0 30px 0;
}

.foot .foot-copy {
    text-align: left;
}
.foot .foot-copy {
    text-align: center;
}
.foot .foot-a {
    line-height: 30px;
	padding: 20px 0;
}
.foot .foot-dh {
    line-height: 30px;
    text-align: left;
	padding-top:20px;
}
.foot .foot-b {
    padding: 20px 0 20px 0;

}
.foot .foot-c {
	line-height:24px;
}
.foot .foot-copy {
    padding-top: 10px;

}
.foot .foot-copy a{line-height:20px;}
.homeabout h2 {
    margin-bottom: 20px;
}
.newsList li .cont h4 {
display:none;
}
.layui-tab-title {
height:auto;
display: inline-block;
    margin: 0;
}
.layui-tab-title li {
line-height: 45px;
}
.layui-tab-card>.layui-tab-title li:nth-child(2) {
    border-right:none;
}
.layui-tab-card>.layui-tab-title li {
    border-bottom:  solid 1px #e6e6e6;
}
.layui-tab-content ul li span {
    display: block;
    padding: 20px 5px;
}
.layui-tab-content>.layui-tab-item>ul>li:before {
display:none;
}
.lix ul li span{ padding-top:0;}
.tx-wbs p{ width:100%; margin:0 0 10px;}
.tx-wbs textarea{ height:150px;}
.footer-a-center{ display:none;}
footer .copyright {
padding: .10rem 0;
line-height: 22px;
font-size:14px;
}
.footer-a-top {
    padding-top: 5px;
}
.ly-nr{ display:none;}
.main-nav-m{display:block;position:relative;z-index:555;cursor:pointer}
.main-nav-m .title{position:relative;height:45px;line-height:45px;padding:0 10px;background:#a93730;}
.main-nav-m .title strong{color:#fff;font-size:16px;font-weight:700}
.main-nav-m .title i{position:absolute;content:'';width:45px;height:100%;right:0}
.main-nav-m .title i::after,.main-nav-m .title i::before{position:absolute;top:50%;content:'';width:12px;height:1px;background:#fff;transition:all .3s;-webkit-transition:all .3s}
.main-nav-m .title i::before{left:46%;transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m .title i::after{right:46%;transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::before{transform:rotate(-40deg) scaleY(1.5);-webkit-transform:rotate(-40deg) scaleY(1.5)}
.main-nav-m .title.active i::after{transform:rotate(40deg) scaleY(1.5);-webkit-transform:rotate(40deg) scaleY(1.5)}
.main-nav-m ul{display:none;position:absolute;top:45px;width:100%;padding:0 10px;background:rgba(169,55,48,.8);color:#fff}
.main-nav-m ul li{animation:ReturnToNormal .5s both;-webkit-animation:ReturnToNormal .5s both}
.main-nav-m ul li a{display:block;height:45px;line-height:45px;border-bottom:1px solid rgba(255,255,255,.55); color:#fff;}
.nyabout {
    padding: 30px 0;

}
.nyabout img {
    max-width: 100% !important;
    height: auto;
}
.xinx img {
    width: 100%;
    height: auto;
}
.i-banner .sm-db{display:block!important}
.index-nr ul li span {
	font-size:14px;
}
.index-nr ul li p {
    font-size: 20px;
}
.index-nr img {
    max-width: 55% !important;
}
.index-nr ul li.an1 {
    left: 15%;
}
.index-nr ul li.an2 {
    left: 38%;
}
.index-nr ul li.an3 {
    left: 61%;
}
.imgs .dn img {
    height: 500px;
}

.nyhonor ul li span {
width:100%;
height:auto;
}
.nyhonor .honorimg {
position: relative;
    display: block;
	text-align: center;
}
.honorimg img {
    max-width: 100%;
	padding:10px;

}
.qyzx img {
width: 100%;
height:auto;
}

.dtct img{ max-width:inherit !important;}
.stuLists li .conts {
    bottom: 35px;
    height: 35px;
    line-height: 35px;

}
.nyabout .ltct h3{font-size:20px; font-weight:bold;}
.bei{height:135px;}
}
@media (min-width:1199px) {
.feedback {
margin: 0 auto;
width:60%;
}

}
.layui-form-item {
    margin-bottom: 24px;
    clear: both;
}
.layui-form-label {
    width: 100px;
}
.layui-btn-normal {
    background-color:#e93f37;
}
@keyframes resize{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale(5,5)}
100%{opacity:1;transform:scale(1,1)}
}
@-webkit-keyframes resize{
60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1)}
}
@keyframes ReturnToNormal{
from{opacity:0;transform-origin:right bottom;transform:rotate3d(0,0,1,45deg)}
to{opacity:1;transform-origin:right bottom;transform:none}
}
@-webkit-keyframes ReturnToNormal{
from{opacity:0;-webkit-transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg)}
to{opacity:1;-webkit-transform-origin:right bottom;-webkit-transform:none}
}
.pagination-style {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
  padding: 0 12px;
  border: 1px solid #2a2949;
  display: block;
  border-radius: 5px;
}
.pagination-style ul li a:hover {
  background: #2a2949;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background:#2a2949;
}
.newsDetailCont img {padding:10px 0;}
@media screen and (max-width: 450px)
{
.layui-form-item .layui-form-label {
    text-overflow: ellipsis;
    overflow: inherit;
    white-space: nowrap;
}
}
.alert-danger {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
}
.alert {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
margin-bottom: 20px;
}

.layui-form-item {
    margin-bottom: 24px;
    clear: both;
}
.layui-form-label {
    width: 100px;
}
.layui-btn-normal {
    background-color:#e93f37;
}
@keyframes resize{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale(5,5)}
100%{opacity:1;transform:scale(1,1)}
}
@-webkit-keyframes resize{
60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;-webkit-transform:scale(5,5)}
100%{opacity:1;-webkit-transform:scale(1,1)}
}
@keyframes ReturnToNormal{
from{opacity:0;transform-origin:right bottom;transform:rotate3d(0,0,1,45deg)}
to{opacity:1;transform-origin:right bottom;transform:none}
}
@-webkit-keyframes ReturnToNormal{
from{opacity:0;-webkit-transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg)}
to{opacity:1;-webkit-transform-origin:right bottom;-webkit-transform:none}
}
.DB_tab25 {width:100%;height:750px;position:relative;overflow:hidden;cursor:pointer;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:750px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:1200px;left:50%;margin-left:-600px;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:-50px;top:160px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:-50px;top:270px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:840px;top:40px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:-50px;top:65px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:370px;top:160px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:370px;top:270px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1200px;left:50%;margin-left:-600px;}
.DB_tab25 .DB_menuWrap .DB_menuSet{position:absolute;width:100%;top:700px;text-align:center;font-size:0; border-radius:20px;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 3px;display:inline}
.DB_tab25 .DB_prev{position:absolute;left:0px;top:50%;cursor:pointer;display:none}
.DB_tab25 .DB_next{position:absolute;right:0px;top:50%;cursor:pointer;display:none}
.DB_tab25 img{ max-width:inherit;}
.DB_tab25 .ship.run{-webkit-animation:run 30s linear both;animation:run 30s linear both;}
.DB_tab25 .ship.run2{-webkit-animation:run 30s linear both;animation:run 30s linear both;}
.el {
    position: absolute;
    z-index: 1;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
}
/* ship run for banner1 */
@-webkit-keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@-moz-keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@keyframes run{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}

/* ship run for banner2 */
@-webkit-keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@-moz-keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}
@keyframes run2{0%{left:0;bottom:50px;opacity:0;}4%{left:50px;bottom:50px;opacity:1;}27%{left:300px;bottom:50px;opacity:1;}81%{left:900px;bottom:50px;opacity:1;}96%{left:1050px;bottom:50px;opacity:1;}100%{left:1100px;bottom:50px;opacity:0;}}

/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
	cursor: pointer;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
  #video {height: 100%;margin: 0 auto;position: relative;z-index: 1; max-width: 800px;}
    #video video {width: 100%;height: 100%;object-fit: fill;}
    .VideoBtn {position: absolute;left: 50%;top: 50%;display: block;width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;cursor: pointer;z-index: 11;}
.jsmodern-video-panel{opacity: 0;}
@media (max-width:767px){
.c-banner .jumpBtn {
    bottom: 15px;
}

.c-banner .jumpBtn ul li {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.event li {
    z-index: 1;
    margin-top:15px;
}
.event li:nth-child(odd) .con-r {
    text-align: left;
}
}